Week 3
Remaining from previous task lists
High priority
- Fix FFT amplitude.
- Finish TD Engine listner part.
Medium priority
If node is not able to connect wifi, add a timeout. (10 s)
Try
Espressif DSPon the sensor node.Measurement id prints as negative value.
Wrong layer id was transmitted.
Check the error on the accleration data int vs uint
Low priority
- Change the sensor powering to GPIO pin. >> (For now LDO2 will be used in ESP32S3 Feather)
November 14, 2022
Sudhir
- Delete the commented debug lines. (Added them to the bottom of the file)
- Add the print line in sensor_nodes.c 312 under DEBUG.
- sensor_nodes.c , iis3dwb reg was renamed.
- Put temperature upper than acceleration.
- Set the logging level, menuconfig.
- remove rssi
- Set the default frequency to 240MHz.
- Set the 1024 as default.
- Refactor ISS3DWB code.
- SENSOR_PWR_PIN, just one GPIO pin for powering all sensors.
November 15, 2022
Sudhir
PostgreSQL used for Radiation sensor data: https://www.dropbox.com/s/1hu5e1gnc7ft046/A5%20-%20RadSense%20Dev%20Setup%20v3.docx?dl=0 >> On hold till aspnet frontend, backend is sorted out.
Check Azure IoT central connection. push data to Azure IoT central as MQTT. >> On hold
Integrate DSP toolkit in the sensor nodes. Pickup the most significant frequency components and push that through network.
November 16, 2022
Sudhir
- install postgres sql server that supports both rpi (debian) and ubuntu on dell (20.04)
Rpi 4 supports pg13.
- We can use ASP.net core framework, frontend: microminimal template.
- ubuntu dev doc
- Ask Ranjit to document the setup.
November 17, 2022
Ranjit
ESP32 Setupmeeting. We've setup git in windows machine, installed VScode, cloned the ESP-MESh repos.- We will have the next meeting on Monday to continue the setup.
- Setting up git in ubuntu.
- Setting up
peoples/Ranjitto publish his notes. - Test ESP-Mesh nodes and socket server.
Sudhir
- Sensor node should read the analog voltage input to one GPIO pin. (Both for pressure detection and battery level detection.) (HVAC_PRESSURE_SENSOR, BATTERY_LEVEL_SENSOR) >> Medium priority
- Find out which orientation would be the best for wifi reception.
November 18, 2022
- Insert Freq components into TD engine. << 1st priority>>
- Test node.js REST connection.